projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
021d41f
)
* etc/NEWS: prog-mode-hook was documented.
author
Glenn Morris
<rgm@gnu.org>
Thu, 2 Feb 2012 04:13:02 +0000
(20:13 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 2 Feb 2012 04:13:02 +0000
(20:13 -0800)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 0138fa5192ef8dea599a31b049e39413941d4805..67aee36461bcd3933a48b749427c56e9a6c85159 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-1283,6
+1283,7
@@
syntactic rules.
*** `prog-mode' is a new major mode from which programming modes
should be derived.
++++
**** `prog-mode-hook' can be used to enable features for programming
modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
on-the-fly spell checking for comments and strings.